-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RS setup scripts updates #1496
RS setup scripts updates #1496
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
…me of the envars. Also working of having absolute paths so the scripts could run from anywhere
…ov/trusted-intermediary into story/1488/rs-setup-scripts-updates
- Use new setup-rs.sh script - Add alternate ways to build and run RS - Fixed RS docs URL - Clean up and simplify
/review |
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
scripts/setup/setup-reportstream.sh
Outdated
CURRENT_DIR=$(pwd) | ||
cd "$RS_HOME" || exit | ||
|
||
# source "./prime-router/.vault/env/.env.local" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure what this comment means
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missed that. We don't need it so will remove it
|
||
#### Requirements | ||
|
||
- hurl |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might be helpful to add links to installation pages for the requirements
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added the links to the Resources section at the bottom so we don't have multiple repeated URLs
Quality Gate passedIssues Measures |
RS setup scripts updates
/scripts
for separation of concerns, code reusability, maintenance and discoverabilityIssue
#1488